home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_jr / logb < prev    next >
Text File  |  1995-01-17  |  307b  |  14 lines

  1. logb:
  2.  
  3. Syntax:    logb ( A )
  4.  
  5. Description:
  6.     
  7.     Logb returns the unbiased exponent of its REAL argument.
  8.  
  9.     This function depends upon operating system support. Logb is
  10.     part of the IEEE-754 standard, and should be available on most
  11.     machines that implement this standard in one form or another.
  12.  
  13. See Also: frexp
  14.